- compiled object program
- (объектная) программа на выходе компилятора
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
object program — noun a fully compiled or assembled program ready to be loaded into the computer • Syn: ↑target program • Ant: ↑source program • Hypernyms: ↑program, ↑programme, ↑computer program, ↑ … Useful english dictionary
Object language — An object language is a language which is the object of study in various fields including logic, linguistics, mathematics and theoretical computer science. The language being used to talk about an object language is called a metalanguage. An… … Wikipedia
Object Pascal — Paradigm(s) imperative, structured, object oriented, functional (Delphi dialect only) Appeared in 1986 (1986) Designed by Apple, Niklaus Wirth, Anders Hejlsberg … Wikipedia
Object-oriented programming — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computing … Wikipedia
Compiled language — A compiled language is a programming language whose implementations are typically compilers (translators which generate machine code from source code), and not interpreters (step by step executors of source code, where no translation takes place) … Wikipedia
Program optimization — For algorithms to solve other optimization problems, see Optimization (mathematics). In computer science, program optimization or software optimization is the process of modifying a software system to make some aspect of it work more efficiently… … Wikipedia
compiled — com·pile || kÉ™m paɪl v. collect, gather together in one place; compose (an essay, book, etc.) from many parts; (Computers) translate a program that is written in a high level programming language from a source code into object code (machine… … English contemporary dictionary
target program — noun a fully compiled or assembled program ready to be loaded into the computer • Syn: ↑object program • Ant: ↑source program (for: ↑object program) • Hypernyms: ↑program, ↑ … Useful english dictionary
Computer program — A computer program (also software, or just a program) is a sequence of instructions written to perform a specified task with a computer.[1] A computer requires programs to function, typically executing the program s instructions in a central… … Wikipedia
AS/400 object — On most other platforms everything is a file. On the AS/400 everything is an object. This seems to be the same as object oriented programming, but with the AS/400 it s different. The similarity is that when storage is allocated for something,… … Wikipedia
Component Object Model — Not to be confused with COM file. Component Object Model (COM) is a binary interface standard for software componentry introduced by Microsoft in 1993. It is used to enable interprocess communication and dynamic object creation in a large range… … Wikipedia